home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / xview / genial / include / conf.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-14  |  178 b   |  14 lines

  1. /*
  2.  * conf.h -- function configuration definitions 
  3.  *
  4.  */
  5.  
  6. struct fxnsw {
  7.   int (*f_init)();
  8.   int (*f_eval)();
  9.   int (*f_clear)();
  10.   int (*f_reset)();
  11.   int (*f_change)();
  12. };
  13.  
  14.